Welcome![Sign In][Sign Up]
Location:
Search - ajax comment

Search list

[WEB CodeajaxSlider

Description: 网络上很多ajax的翻页例子都是ASP的,这个是jsp用的翻页例子。类似于腾讯的评论系统,我自己做评论系统时参考的实例。-Network of many ajax examples are ASP page, which is used in jsp page example. Tencent is similar to the comments system, my own comment on the reference system examples.
Platform: | Size: 581632 | Author: luoyx | Hits:

[WEB Codenbs

Description: nbs博客系统(无限分类),主要功能:一级分类和无限级分类两种版本,tags,trackback;相册功能,评论功能,rss,自由定制皮;关键技术:php,部分缓存的实现,部分ajax技术体验,模板技术(学习phpwind模版机制heredoc语法)-nbs blog system (Unlimited Category), the main features: a classification and an unlimited-class classification in two versions, tags, trackback album features, comment feature, rss, free custom skin key technologies: php, part of the realization of the cache, part of ajax technology experience, template technology (learning phpwind template mechanism heredoc grammar)
Platform: | Size: 225280 | Author: Eric | Hits:

[File Operatesofthy362f

Description: 请先运行setup.asp安装程序,默认管理员用户名和密码都是admin 安装完毕后建议修改管理员目录名称为自己熟悉的文件名,增加安全性功能说明: 1.多风格功 2.图片上传水印功能(需组件支持) 3.Ajax无刷新评论功能 4.文章采集 5.广告管理 6.自定义标签管理 7.留言本、友情链接、图片文章、文章分页显示、脏话过滤 -Please run Setup setup.asp, the default administrator username and password are admin After installation proposed to amend the administrator directory name for themselves familiar with the file name, added security features: 1. Multi-style gong 2. Photo Upload Watermark function (components required to support) 3.Ajax no comment refresh function 4. Article 5 acquisition. advertising management 6. custom label management 7. Guestbook, Links, pictures, articles, article page display, bad language filter
Platform: | Size: 1131520 | Author: wang | Hits:

[Other Web CodeAjax_prototype_freemarker

Description: Ajax评论系统(结合Prototype+Freemarker分页)-Ajax Comment System (combined with Prototype+ Freemarker pagination)
Platform: | Size: 1326080 | Author: 陈生 | Hits:

[WEB Codesofthy145h

Description: Microsoft Chart Controls for .NET Framework支持各种丰富的图表选项,包括pie(饼图), area(区域), range(范围), point(点), circular(圆形), accumulation(累积), data distribution(数据分布), ajax interactive(AJAX交互), doughnut(甜圈图)等等。你可以在控件的声明中静态地声明图表数据,或者也可以使用数据绑定动态地填充。在运行时,该服务器控件会生成一个图片(譬如一个.PNG文件),是使用控件输出的元素在页面的客户端HTML中引用的。该服务器控件支持缓存图表图片的功能,还支持保存到硬盘上以在持久性场景中使用的功能。它不要求安装其他的服务器软件,可以用于任何标准的ASP.NET网页上。 使用 整个图形控件主要由以下几个部份组成: 1.Annotations --图形注解集合 2.ChartAreas --图表区域集合 3.Legends --图例集合 4.Series    --图表序列集合(即图表数据对象集合) 5.Titles    --图标的标题集合该示例代码可以通过设置各类参数,动态展现了三维、平面、曲线等各类Chart图及结合Ajax的应用,具体功能请查看[本地演示] 同时可以在线查看C#和Vb.net相关源码,数据库采用的是Access 运行程序前请按照源码目录下的 MSChart.exe -Microsoft Chart Controls for. NET Framework supports a variety of rich chart options, including pie (pie chart), area (regional), range (range), point (point), circular (round), accumulation (cumulative), data distribution (data distribution), ajax interactive (AJAX interaction), doughnut (donut graph) and so on. You can control the static statement to state chart data, or can also use data binding to fill dynamically. At runtime, the server control will generate a picture (for example, a. PNG file), is to use the control elements of the output of the client in HTML page is referenced. The server control to support the cache function of the chart picture, but also support in order to be saved to your hard disk in persistent use of the function of the scene. It does not require the installation of other server software, can be used in any standard ASP.NET page. Control the use of the graphics part of the main components from the following: 1.Annotations- collection of graphics comment
Platform: | Size: 5874688 | Author: power | Hits:

[JSP/JavajQueryAjaxGuestbook

Description: jquery+ajax无刷新评论源码 实现了获取评论无刷新,发表评论无刷新,页面获取评论时显示loading加载效果 jquery真的是一个非常优秀的JS库,简单容易掌握,对于网页中的多级菜单、级联效果、Tab选项卡切换、图片轮转显示, 实现起来都非常的简单,往往就是几句代码的事。 做AJAX应用,jquery提供的$.get()、$.post()函数都可以用于提交数据,但建议使用$.ajax()来提交,那两个函数都不 提供错误返回信息,不利全面掌控。 提交数据是action代表要执行的操作,id传递文章id,page是请求的分页页面,Math.round(Math.random()*10000) 防止页面被浏览器缓存而导致暂时无法刷新,如果出错显示错误信息 客户端用escape()函数编码含中文的字符串,服务器端用unescape()解码,这样做是为了防止乱码,如果你采用的是utf8, 那就不必了,设置正确的页面编码和服务端脚本编码就不会出问题。由于jquery默认使用utf8传输数据,而且不提供设置编码, 这里只有自己做转换,如果你用form插件的时候就会发现,编码问题是不能回绝的。-jquery+ ajax without refreshing comment source code Achieved to obtain comment on non-refresh comments without refreshing the page displayed when loading loading access to comment on results jquery is really a very good JS libraries, simple and easy to grasp, for the multi-level menu page, cascading effects, Tab tab switching, image rotation showed that To achieve them are very simple, the code is often a few things. Do AJAX applications, jquery provided $. Get (),$. post () functions can be used to submit data, but recommended the use of $. Ajax () to submit, then the two functions are not Provide the error information back to full control of the negative. Action on behalf of the data is presented to perform the operation, id pass the article id, page is a page request page, Math.round (Math.random ()* 10000) The browser cache to prevent the page is temporarily unable to refresh a result, if the error display an error message The client with the escape () f
Platform: | Size: 90112 | Author: Lachlan | Hits:

[Internet-Networknbs

Description: 博客系统。php,部分缓存的实现,部分ajax技术体验,模板技术(学习phpwind模版机制heredoc语法)主要功能:一级分类和无限级分类两种版本,tags,trackback,相册功能,评论功能,rss,自由定制皮肤模板,文章页面可生成静态页面,并可以自定义分类目录和静态文件名。 -Blog system. php, part of the cache implementation, part of the ajax technology, experience, template technology (learning phpwind template mechanism heredoc syntax) main functions: a classification and an unlimited-level classification in two versions, tags, trackback, album function, comment feature, rss, free custom skin templates, articles, pages can generate static pages, and can customize the Classification and static file names.
Platform: | Size: 222208 | Author: Daniel | Hits:

[Button controlAjaxTest

Description: 此项目为JQuary的小项目 主要技术为:JQuary 主要是对于初学ajax(JQuary)人使用 代码中有详细的注释 请使用者放心使用,供初学者参考-This project is mainly the small JQuary technologies: JQuary primarily for beginners ajax (JQuary) people to use the code in detail in the comment asking the users ease of use for beginners reference
Platform: | Size: 45056 | Author: wangfengyang | Hits:

[.netbluesee

Description: 1 新闻 产品 多级分类 搜索功能 2 新闻 产品 公告 投票 评论 调查 留言 连接 招聘 3 access版本 4 fck编辑器(自带远程图片上传功能) 5 新闻 产品 可以评论(ajax) 带有上下篇的功能 6 图片上传功能 7 下载地址 http://www.wanwanmeimei.cn/bluesee.rar 美国空间 http://bluesee.0530bb.com/bluesee.rar 国内空间 8 QQ 461231504 9 首页页 生成 静态 10 列表页 只用 动态 11 新闻内容页 生成 静态 12 产品内容页 暂时不生成 静态 13 防止了注入漏洞-1 Press Multi-level category search feature two news product announcements Commenting on the survey to vote a message to connect recruit 3 access version 4 fck editor (comes with a remote image upload feature) 5 news products and can not comment (ajax) with the functions of six pictures on the next upload feature 7 Download http://www.wanwanmeimei.cn/bluesee.rar U.S. space http://bluesee.0530bb.com/bluesee.rar domestic space 8 QQ 461231504 9 home pages to generate a static list of pages with only 10 dynamic 11 news content pages to generate static content pages 12 products temporarily generate a static 13 prevents the injection holes
Platform: | Size: 5180416 | Author: 777777777 | Hits:

[Windows Developwordpress

Description: 简单的说,Wordpress是一个BLOG程序,用它你可以架设完全属于你自己的BLOG。而Wordpress现在的应用又不仅仅只是在BLOG方 面,因为其强大的扩展性,部分网站甚至已经开始使用Wordpress来架设,或者说这些BLOG你甚至都看不出它们只是BLOG而已 主要更新列表: 大量更新、优化WordPress后台JS代码。 优化后台插件编辑功能。 优化后台页面CSS代码。 优化Widgets代码和CSS。 增强主题编辑功能,优化主题编辑CSS代码。 优化内容编辑器。 优化评论ajax效果,改进评论CSS代码。 优化后台多媒体功能代码。 -Put simply, Wordpress is a BLOG program, you can use it to set up entirely your own BLOG. The Wordpress application has now not just in the BLOG, because its powerful scalability, some sites have even started using Wordpress to set up, or even all of these BLOG you can not see them but nothing major update list BLOG: a large number of updates optimize the WordPress back-JS code. Optimization of the background plug-in editing features. Optimization of the background page CSS code. Widgets optimization code and CSS. Enhanced theme editing, editing CSS code optimization topics. Optimize the content editor. Optimization comment ajax effects, improved comments CSS code. Optimized background multimedia code.
Platform: | Size: 2374656 | Author: 苏林 | Hits:

[WEB Codeajaxasp

Description: 40 Tooltips Scripts With AJAX, JavaScript CSS Ajax_In_Action(Chinese_中文).pdf Ajax实现asp中读取ACCESS数据库文章列表并分页.txt AJAX教程实例,ASP+AJAX+ACCESS数据库应用教程(附源码).doc Ajax表单提交实例.txt asp + ajax 实现简单分页 学习可用.txt asp AJAX基础例子.txt asp ajax检测用户名是否存在.txt ASP+AJAX实现无刷新新闻评论系统.doc aspajax.txt aspajax.zip asp高度模仿ajax制作假ajax页面不刷新.txt ASP高级程序设计教程.ppt dw_tooltips.zip dw_tooltips_ajax_php.zip getlist.bat LIST.TXT mobile-tooltip.zip sweet-titles.zip 一个ASP处理Ajax提交的表单的实例.txt 关于ASP的AJAX例子.txt 新建 文本文档.html 新建 文本文档.txt -40 Tooltips Scripts With AJAX, JavaScript CSS Ajax_In_Action (Chinese_ Chinese). Pdf Ajax implementation ACCESS database asp list of articles to read and paging. Txt AJAX tutorial examples, ASP+ AJAX+ ACCESS database application tutorial (with source). Doc Ajax examples of form submission. txt asp+ ajax simple paging learning available. txt asp AJAX based examples. txt asp ajax test user name exists. txt ASP+ AJAX refresh-free news comment system. doc aspajax.txt aspajax.zip asp a high degree of imitation fake ajax ajax page does not refresh. txt ASP Programming Tutorial High. ppt dw_tooltips.zip dw_tooltips_ajax_php.zip getlist.bat LIST.TXT mobile-tooltip.zip sweet-titles.zip a deal with Ajax ASP examples of the form submitted . txt on the ASP' s AJAX example. txt new text document. html new text document. txt
Platform: | Size: 4803584 | Author: guolv | Hits:

[WEB CodejQuery.PHP.implement.Ajax

Description: jQuery PHP code to implement Ajax Comment System
Platform: | Size: 33792 | Author: diu | Hits:

[Other Web CodeBLOG

Description: 1. 实现访问者注册利用ajax提示用户名是否可用,在用户注册、用户登录时为用户提示密码错误。 2. 实现搜索可以分为以作者为select的条件,也可以以文章内容为select的条件! 3. 实现任务列表功能可以用ajax实现将任务由“未完成”动态变为“已完成”。 最终实现新任务的的添加,和已完成任务的删除。 4. 主页上显示文章标题列表,提供查看全文的链接以浏览全文,并且可以浏览关于文章的评论。 5. 实现管理员添加文章,添加图片,编辑评论,最终实现管理员删除文章,删除评论。 6. 娱乐模块实现拼图游戏,包括6块与9块两种不同难度的拼图。 7. 能够利用javascript脚本实现模块的拖拽,页面模块可以自由拖拽变换位置。 8. 注册用户可以读取已有评论,搜索已有评论,添加新评论。 9. 实现日历显示模块,其中包括时间、日期查询等功能。 10. 实现时钟模块、音乐收藏模块、相册模块等相应功能。 11. 最终实现通过ajax实现异步的从数据库中动态的读取模块信息,并在拖拽后改变数据库,即实现模块信息的保存,再次访问主页时模块的位置将是修改后的。并且管理员可以添加新模块和删除模块!-1. Ajax to achieve prompt visitors to sign up using the user name is available, the user registration, user login prompt for the user password. 2. To achieve the search can be divided into the of the conditions for the select, but also can select the conditions for the content of the article! 3. To achieve the task list feature can be used ajax to achieve the task by the "unfinished" dynamic changes "completed." Ultimately add new tasks, and completed a task. 4. The home page displays a list of article titles, providing the link to view the full text View full text and can be browsed on the post s comments. 5. To achieve an administrator to add articles, add images, edit, comment, and ultimately the administrator delete posts, delete comments. 6. Entertainment module puzzle game, including 6 and 9 are two puzzles of varying difficulty. 7. Can use javascript scripting module drag and drop, drag the page are free to change the module position. 8. Registered users can read existing commen
Platform: | Size: 4125696 | Author: 千寻 | Hits:

[.netBlog

Description: 一个博客留言版,asp.net和ajax实现的无刷新分页呵评论-A blog message boards, asp.net and ajax refreshed page Oh achieve without comment ....
Platform: | Size: 14397440 | Author: 吴明宇 | Hits:

[Other Web Codejimingzhao-comment

Description: ajax+jquery无刷新评论效果的实现,十分的有用哦亲-ajax jquery no refresh comments...ajax jquery no refresh comments...ajax jquery no refresh comments...
Platform: | Size: 1678336 | Author: caca | Hits:

[WEB CodeQvodCms_v4.0.2

Description: 01.网站会员系统 02.会员积分系统 03.影片收藏系统 04.奖品发布系统 05.冲值卡冲值系统 06.新闻影讯系统 07.网站地图系统 08.广告管理系统 09.AJAX留言本系统 10.智能影片报错系统 11.模板管理系统 12.友情链接系统 13.网页生成系统 14.数据管理系统 15.数据共享采集 16.自定义采集系统 17.演员和导演自带查询连接功能! 18.自定义非法关键字查询点播功能! 19.AJAX评论功能(会员评论功能) 20.AJAX自定义集数显示状态功能(自己定义降序升序显示功能) 21.列表页多项展示或能(如:按时间,按人气,按推荐) 22.后台设置QVOD缓冲广告,只需输入广告地址便可 23.多资源一键更新系统,每天加片点点完成 24.播放页支持生成静态化html 25.网站自动托管系统-01 site membership system 02 members scoring system 03 video collection system 04 prizes Publishing System 05 Delta Delta card system 06 News telecine system 07 Site Map 08 Advertising Management System 09.AJAX message of this system 10 smart movie error system 11 Template Management System 12 Link system 13 page-generation system 14 Data Management System 15 sharing of data acquisition 16 custom acquisition system 17 actors and directors own inquiries connection! 18 custom illegal keyword queries on-demand feature! 19.AJAX comment function (member comments feature) 20.AJAX custom set the number to display the status function (defined in descending order ascending order display function) 21 list page number of the display or can be (eg: by time, by popularity, according to the recommended) 22. Background to set QVOD buffer ad, simply enter the advertising address can be 23 a lot of resources a key to update the system daily tablets little completed 24 playback pa
Platform: | Size: 3000320 | Author: 沉降 | Hits:

[WEB Codeajax_cncoder

Description: 通用的Ajax评论系统,php编程学习源码,web网页制作参考资料。-Ajax comment system, PHP learning programming source code, web Webpage production of reference materials.
Platform: | Size: 33792 | Author: 什锦丁儿 | Hits:

[Other Web CodeAjax-COMMENT

Description: AJAX WRITING COMMENT. input and can be dragged and change.
Platform: | Size: 373760 | Author: mayue | Hits:

[Web Serveropenv

Description: 1.一键采集生成系统,采集后不用进行单独生成 2.LRC采集生成,采集时自动采集LRC歌词 3.AJAX的评论系统,不影响页面打开速度 4.全新播放系统,多功能集成播放 5.独特的特色歌曲提取和管理 6.站内点歌系统-1. A key acquisition generation system, without generating a separate post-acquisition 2.LRC acquisition generated automatically collect LRC lyrics collection 3.AJAX comment system does not affect the speed of opening pages 4. The new playback system, multi-function integrated Play 5. Unique features songs extraction and management 6. Site VOD system
Platform: | Size: 51200 | Author: 黄华华 | Hits:

[Web ServerAJAXCommenting_v1.0

Description: SimpleAJAXCommenting是一款基于jQuery插件的ajax 评论系统,程序小巧好用,已翻译为中文版本,修正了数据库编码以及一些小错误,现在可以稳定运行了。本评论系统也适合想在PHP中学习Ajax的朋友提供一份参考范例。-SimpleAJAXCommenting is a jQuery plug-in based on the ajax comment system, the program compact and easy to use, has been translated into Chinese version, fixed the code and some minor errors, and now can be stable operation. This comment system is also suitable for want to learn Ajax friends in PHP to provide a reference example.
Platform: | Size: 35840 | Author: hpw | Hits:
« 12 »

CodeBus www.codebus.net